home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q94 / 0 / 48.TXT
Text File  |  1993-08-30  |  3KB  |  61 lines

  1. DOCUMENT:Q94048  20-JUL-1993  [W_NT]
  2. TITLE   :No Free Memory or System Resources in About Program Manager
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. -------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. -------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. The About Program Manager dialog box in Windows NT shows the total
  17. physical memory installed in the system, but not the free memory or
  18. the percentage of free system resources, which are both displayed by
  19. Windows 3.0 and 3.1. This is because Windows NT uses resources
  20. differently than do Windows 3.0 and 3.1. 
  21.  
  22. More Information:
  23.  
  24. Because Windows NT allocates all physical memory for itself, showing
  25. free physical memory would be misleading. Similarly, showing free
  26. virtual memory would be misleading because every running application
  27. always has close to 2 gigabytes (2048 MB) of memory free. When an
  28. application starts, Windows NT allots it 2 gigabytes (GB) of virtual
  29. memory. Windows NT then uses a method of memory allocation called
  30. "paging" to redirect physical memory into each application's virtual
  31. memory. Windows NT often allocates all physical memory because it
  32. makes the process of memory paging more efficient.
  33.  
  34. To see how Windows NT is using memory, use Performance Monitor (in the
  35. Administrative Tools group). Keep in mind that having very little free
  36. physical memory is not an indication of a problem. Under Windows 3.0
  37. or 3.1, when you are about to start a new application, you may check
  38. free memory and system resources before doing so. However, due to the
  39. new memory-management schemes for Windows NT, there is almost no need
  40. to be concerned about free memory before starting another application.
  41. If Windows NT needs more physical memory, it can quickly redirect
  42. memory pages so that every application gets the resources and
  43. performance it needs.
  44.  
  45. Additional reference words: 3.10 
  46.  
  47. =============================================================================
  48.  
  49. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  50. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  51. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  52. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  53. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  54. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  55. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  56. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  57. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  58. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  59. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  60.  
  61. Copyright Microsoft Corporation 1993.